OpenBuildings™ Designer 帮助

STFSolid.update

STFSolid.update

STFSolid.update 用于将 STFSolid 实例重新读取到设计文件。必须先使用 STFSolid.read 从文件中读取该实例。

Dim status As Integer
Dim filepos As Long
Dim filenum As Integer
Dim slab As New STFSolid
status = slab.read(filepos, filenum)
status = slab.update


See also:
"STFSolid.add", "STFSolid.read", "STFSolid.delete"